You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
MatrixInt Structure
>
MatrixInt Methods
>
MatrixInt.IndexOf Method
Dew Math for .NET
MatrixInt.IndexOf Method
MatrixInt Structure
MatrixInt Members
Dew.Math Namespace
MatrixInt Methods
Collapse All
Returns the 1D index in to the matrix.
Syntax
C#
Visual Basic
public
int
IndexOf
([In]
int
Row
, [In]
int
Col
);
Public
Function
IndexOf
(
Row
As
[In]
int
,
Col
As
[In]
int
)
As
Integer
Remarks
Returns: Row*Mtx.
Cols
+ Col
Group
MatrixInt Methods
Links
MatrixInt Structure
,
MatrixInt Members
,
Dew.Math Namespace
,
MatrixInt Methods
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!